ComponentOne ASP.NET MVC Controls
MaxDepth Property

C1.Web.Mvc Namespace > TreeMap<T> Class : MaxDepth Property
Gets or sets the maximum number of node levels to show in the current view.
Syntax
'Declaration
 
<DefaultValueAttribute(-1)>
Public Property MaxDepth As Integer
[DefaultValue(-1)]
public int MaxDepth {get; set;}
Remarks
Levels will be flattened into the current plane. If your TreeMap<T> has more levels than this, you will have to go up or down to see them.
See Also

Reference

TreeMap<T> Class
TreeMap<T> Members